home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / sabdu201.zip / DEBUGOUT.H < prev    next >
Text File  |  1992-11-01  |  663b  |  28 lines

  1. #ifndef __DEBUGOUT_H__
  2. #define __DEBUGOUT_H__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif /* __cplusplus */
  7.  
  8. VOID far * FAR PASCAL DebugOutCreate ( LPCSTR lpczCmdLine ) ;
  9. VOID       FAR PASCAL DebugOutScan   ( LPCSTR lpczCmdLine ) ;
  10. VOID       FAR PASCAL DebugOutOutputIf ( unsigned long ulDFlag, LPCSTR lpczText, LPCSTR lpczTitle,  UINT nMFlags ) ;
  11. char far * FAR PASCAL DebugOutczDebugBuffer ( VOID ) ;
  12.  
  13. #ifdef __cplusplus
  14.            }
  15. #endif /* __cplusplus */
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif /* __cplusplus */
  20.  
  21. extern VOID far *pCDebugOut ;
  22.  
  23. #ifdef __cplusplus
  24.            }
  25. #endif /* __cplusplus */
  26.  
  27. #endif /* __DEBUGOUT_H__ */
  28.